home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1331 / BUTTONCONDACTION on(release, keyPress Space).as
Text File  |  2002-05-21  |  258b  |  15 lines

  1. on(release, keyPress "<Space>"){
  2.    if(beach == 1 or beach == 3)
  3.    {
  4.       gotoAndStop(4082);
  5.    }
  6.    else if(blue == 1 or blue == 3)
  7.    {
  8.       gotoAndStop(4088);
  9.    }
  10.    else if(space == 1 or space == 3)
  11.    {
  12.       gotoAndStop(4090);
  13.    }
  14. }
  15.